home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Utilities / DTP Utilities / Font Tester / card_3426.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  3.2 KB  |  178 lines

  1. -- card: 3426 from stack: in
  2. -- bmap block id: 4955
  3. -- flags: 0000
  4. -- background id: 2121
  5. -- name: Times
  6. ----- HyperTalk script -----
  7. on lookatinstall
  8.   global Install
  9.  
  10.   if Install is not 0 then
  11.     visual effect scroll left
  12.     go to card "install fonts"
  13.   else
  14.     visual effect scroll left
  15.     go to card "thanks"
  16.   end if
  17.  
  18.  
  19. end lookatinstall
  20.  
  21.  
  22.  
  23.  
  24. -- part 1 (field)
  25. -- low flags: 01
  26. -- high flags: 0000
  27. -- rect: left=78 top=88 right=102 bottom=254
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 0
  31. -- font id: 20
  32. -- text size: 9
  33. -- style flags: 0
  34. -- line height: 12
  35. -- part name: 
  36.  
  37.  
  38. -- part 2 (field)
  39. -- low flags: 01
  40. -- high flags: 0000
  41. -- rect: left=78 top=107 right=121 bottom=254
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 0
  45. -- font id: 20
  46. -- text size: 10
  47. -- style flags: 0
  48. -- line height: 13
  49. -- part name: 
  50.  
  51.  
  52. -- part 3 (field)
  53. -- low flags: 01
  54. -- high flags: 0000
  55. -- rect: left=78 top=125 right=141 bottom=254
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 20
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: 
  64.  
  65.  
  66. -- part 4 (field)
  67. -- low flags: 01
  68. -- high flags: 0000
  69. -- rect: left=78 top=145 right=165 bottom=254
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 20
  74. -- text size: 14
  75. -- style flags: 0
  76. -- line height: 18
  77. -- part name: 
  78.  
  79.  
  80. -- part 5 (field)
  81. -- low flags: 01
  82. -- high flags: 0000
  83. -- rect: left=78 top=169 right=192 bottom=254
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 20
  88. -- text size: 18
  89. -- style flags: 0
  90. -- line height: 24
  91. -- part name: 
  92.  
  93.  
  94. -- part 6 (field)
  95. -- low flags: 01
  96. -- high flags: 0000
  97. -- rect: left=78 top=197 right=227 bottom=255
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 20
  102. -- text size: 24
  103. -- style flags: 0
  104. -- line height: 32
  105. -- part name: 
  106.  
  107.  
  108. -- part 18 (button)
  109. -- low flags: 00
  110. -- high flags: 8003
  111. -- rect: left=281 top=265 right=287 bottom=352
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Yes
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   lookatinstall
  123.  
  124. end mouseUp
  125.  
  126.  
  127.  
  128.  
  129. -- part 19 (button)
  130. -- low flags: 00
  131. -- high flags: 8003
  132. -- rect: left=161 top=265 right=287 bottom=231
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: No
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   global Install
  144.  
  145.   answer "You need to install all the sizes of Times" with "OK"
  146.  
  147.   put 1 into Install
  148.  
  149.   lookatinstall
  150.  
  151.  
  152. end mouseUp
  153.  
  154.  
  155.  
  156. -- part contents for card part 1
  157. ----- text -----
  158. Times 9
  159.  
  160. -- part contents for card part 2
  161. ----- text -----
  162. Times 10
  163.  
  164. -- part contents for card part 3
  165. ----- text -----
  166. Times 12
  167.  
  168. -- part contents for card part 4
  169. ----- text -----
  170. Times 14
  171.  
  172. -- part contents for card part 5
  173. ----- text -----
  174. Times 18
  175.  
  176. -- part contents for card part 6
  177. ----- text -----
  178. Times 24